home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00326.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  203 b   |  15 lines

  1. on mouseUp
  2.   global Clips, fullscreenG
  3.   updateStage()
  4.   stopQT()
  5.   if fullscreenG = 1 then
  6.     ChangeScreenSize(Clips, "160,140", 0)
  7.   end if
  8.   go("Intro")
  9. end
  10.  
  11. on exitFrame
  12.   play done
  13.   go("134")
  14. end
  15.